home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
util
/
simulare.sit
/
Simula 4.07 Reference
/
card_43786.txt
< prev
next >
Wrap
Text File
|
1989-05-02
|
878b
|
41 lines
-- card: 43786 from stack: in.07 Reference
-- bmap block id: 0
-- flags: 0000
-- background id: 13647
-- name:
-- part 1 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=13 top=289 right=311 bottom=97
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Utilities
----- HyperTalk script -----
on mouseUp
go to card id 26098
end mouseUp
-- part contents for background part 2
----- text -----
Text attributes - character access
-- part contents for background part 1
----- text -----
Put or get the character at the current position (error if MORE=False).
procedure PUTCHAR(ch); character ch;
Change the character at POS to ch, increment POS.
character procedure GETCHAR;
Return the character at POS, increment POS.